/*CSS diensten pagina*/
#section-diensten-pagina{
  width: 100%;
}

.article-diensten-pagina{
  width: 73%;
  padding: 0 1% 0 1%;
  margin: 0 12.5% 0 12.5%;
}

.h2-diensten-pagina{
  text-align: center;
  margin-bottom: 0.625rem;
  color: #2F5E4E;
}

.hr-diensten-scheiding{
  border: none;
  border-top: 2px solid #ccc;
  margin: 2.5rem 0;
}

/* media query's voor de allerkleinste schermpjes*/
@media screen and (max-width: 390px){

}
/* Einde media query's voor de allerkleinste schermpjes*/

/* begin standaard media query's*/
@media screen and (max-width: 700px){

}

@media screen and (min-width: 701px) and (max-width: 800px){

}

@media screen and (min-width: 801px) and (max-width: 1300px){

}
/* Einde media queries */
